Skip to main content

Rate Limit

App: Minotaur Sales API
Published by: Minotaur Sales
Supported on: app.minotaursales.io


Each API key is limited to 60 requests per minute.

If the limit is exceeded, the API returns:

429 Too Many Requests

Recommendation​

  • Use retries with backoff.
  • Queue burst operations.
  • Avoid polling where webhooks or batch flows are possible.